home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 98 / CD-ROM 98.iso / infantil / tuxpaint / prog1.exe / docs / README.txt < prev    next >
Encoding:
Text File  |  2003-06-17  |  60.2 KB  |  1,449 lines

  1.                                    Tux Paint
  2.                                      0.9.11
  3.  
  4.   A simple drawing program for children
  5.  
  6.                         Copyright 2003 by Bill Kendrick
  7.                                New Breed Software
  8.  
  9.                            bill@newbreedsoftware.com
  10.                    http://www.newbreedsoftware.com/tuxpaint/
  11.  
  12.                          June 14, 2002 - June 17, 2003
  13.  
  14.      ----------------------------------------------------------------------
  15.  
  16.                                      About
  17.  
  18.      "Tux Paint" is a drawing program for young children. It provides a
  19.      simple interface and fixed canvas size, and provides access to previous
  20.      images using a thumbnail browser (e.g., no access to the underlying
  21.      file-system).
  22.  
  23.      Unlike popular drawing programs like "The GIMP," it has a very limited
  24.      tool-set. However, it provides a much simpler interface, and has
  25.      entertaining, child-oriented additions such as sound effects.
  26.  
  27.      ----------------------------------------------------------------------
  28.  
  29.                                     License:
  30.  
  31.      Tux Paint is an Open Source project, Free Software released under the
  32.      GNU General Public License (GPL). It is free, and the 'source code'
  33.      behind the program is available. (This allows others to add features,
  34.      fix bugs, and use parts of the program in their own GPL'd software.)
  35.  
  36.      See COPYING.txt for the full text of the GPL license.
  37.  
  38.      ----------------------------------------------------------------------
  39.  
  40.                                   Objectives:
  41.  
  42.      Easy and Fun
  43.              Tux Paint is meant to be a simple drawing program for young
  44.              children. It is not meant as a general-purpose drawing tool. It
  45.              is meant to be fun and easy to use. Sound effects and a cartoon
  46.              character help let the user know what's going on, and keeps them
  47.              entertained. There are also extra-large cartoon-style mouse
  48.              pointer shapes.
  49.  
  50.      Extensibility
  51.              Tux Paint is extensible. Brushes and "rubber stamp" shapes can
  52.              be dropped in and pulled out. For example, a teacher can drop in
  53.              a collection of animal shapes and ask their students to draw an
  54.              ecosystem. Each shape can have a sound which is played, and
  55.              textual facts which are displayed, when the child selects the
  56.              shape.
  57.  
  58.      Portability
  59.              Tux Paint is portable among various computer platforms: Windows,
  60.              Linux, etc. The interface looks the same among them all.
  61.              Tux Paint runs suitably well on older systems (like a Pentium
  62.              133), and can be built to run better on slow systems.
  63.  
  64.      Simplicity
  65.              There is no direct access to the computer's underlying
  66.              intricacies. The current image is kept when the program quits,
  67.              and reappears when it is restarted. Saving images requires no
  68.              need to create filenames or use the keyboard. Opening an image
  69.              is done by selecting it from a collection of thumbnails. Access
  70.              to other files on the computer is restricted.
  71.  
  72.      ----------------------------------------------------------------------
  73.  
  74.                               Other Documentation
  75.  
  76.      Other documentation included with Tux Paint (in the "docs"
  77.      folder/directory) include:
  78.  
  79.        * AUTHORS.txt
  80.          List of authors and contributors
  81.        * CHANGES.txt
  82.          Summary of changed between releases
  83.        * COPYING.txt
  84.          Copying license (The GPL)
  85.        * INSTALL.txt
  86.          Instructions for compiling/installing, when applicable
  87.        * PNG.txt
  88.          Notes on creating PNG format images for use in Tux Paint
  89.        * README.txt
  90.          (This file)
  91.        * TODO.txt
  92.          A list of pending features or bugs needing fixed
  93.  
  94.      ----------------------------------------------------------------------
  95.  
  96.                                 Using Tux Paint
  97.  
  98. Building Tux Paint
  99.  
  100.        To compile Tux Paint from source, please refer to INSTALL.txt.
  101.  
  102.      ----------------------------------------------------------------------
  103.  
  104. Loading Tux Paint
  105.  
  106.   Linux/Unix Users
  107.  
  108.          Run the following command at a shell prompt (e.g., "$"):
  109.  
  110.            $ tuxpaint
  111.  
  112.          It is also possible to make a launcher button or icon (e.g. in GNOME
  113.          or KDE). See your desktop environment's documentation for details...
  114.  
  115.          If any errors occur, they will be displayed on the terminal (to
  116.          "stderr").
  117.  
  118.      ----------------------------------------------------------------------
  119.  
  120.   Windows Users
  121.  
  122.                                                                     [Icon]    
  123.                                                                    Tux Paint  
  124.  
  125.          Simply double-click the "Tux Paint" icon on the desktop (which was
  126.          created for you by the installer), or double-click the
  127.          "tuxpaint.exe" icon in the 'Tux Paint' folder on your computer.
  128.  
  129.          If any errors occur, they will be stored in a file named
  130.          "stderr.txt" in the Tux Paint folder.
  131.  
  132.          See "INSTALL.txt" for details on customizing the 'Shortcut' icon to
  133.          Tux Paint, which lets you easily set program options (via the
  134.          command-line).
  135.  
  136.          To run Tux Paint and provide command-line options directly, you will
  137.          need to run "tuxpaint.exe" from an MSDOS Prompt window. (See
  138.          "INSTALL.txt" for details.)
  139.  
  140.      ----------------------------------------------------------------------
  141.  
  142. Options
  143.  
  144.   Configuration File
  145.  
  146.          You can create a simple configuration file for Tux Paint, which it
  147.          will read each time you start it up.
  148.  
  149.          The file is simply a plain text file containing the options you want
  150.          enabled:
  151.  
  152.     Linux Users
  153.  
  154.            The file you should create is called ".tuxpaintrc" and it should
  155.            be placed in your home directory. (a.k.a. "~/.tuxpaintrc" or
  156.            "$HOME/.tuxpaintrc")
  157.  
  158.            Before this file is read, a system-wide configuration file is
  159.            read. (By default, this configuration has no settings enabled.) It
  160.            is located at:
  161.  
  162.              /etc/tuxpaint/tuxpaint.conf
  163.  
  164.            You can disable reading of this file altogether, leaving the
  165.            settings as defaults (which can then be overridden by your
  166.            ".tuxpaintrc" file and/or command-line arguments) by using the
  167.            command-line option:
  168.  
  169.              --nosysconfig
  170.  
  171.     Windows Users
  172.  
  173.            The file you should create is called "tuxpaint.cfg" and it should
  174.            be placed in Tux Paint's folder.
  175.  
  176.            You can use NotePad or WordPad to create this file. Be sure to
  177.            save it as Plain Text, and make sure the filename doesn't have
  178.            ".txt" at the end...
  179.  
  180.     Available Options
  181.  
  182.            The following settings can be set in the configuration file.
  183.            (Command-line settings will override these. See below.)
  184.  
  185.            fullscreen=yes
  186.                    Run the program in full screen mode, rather than in a
  187.                    window.
  188.  
  189.            800x600=yes
  190.                    Run the program at 800x600 resolution (EXPERIMENTAL),
  191.                    rather than the smaller 640x480 resolution.
  192.  
  193.            nosound=yes
  194.                    Disable sound effects.
  195.  
  196.            noquit=yes
  197.                    Disable the on-screen "Quit" button. (Pressing the
  198.                    [Escape] key or clicking the window's close button still
  199.                    works.)
  200.  
  201.            noprint=yes
  202.                    Disable the printing feature.
  203.  
  204.            printdelay=SECONDS
  205.                    Restrict printing so that printing can occur only once
  206.                    every SECONDS seconds.
  207.  
  208.            printcommand=COMMAND
  209.  
  210.                    (Linux and Unix only)
  211.  
  212.                    Use the command COMMAND to print a PNG file. If not set,
  213.                    the default command is:
  214.  
  215.                      pngtopnm | pnmtops | lpr
  216.  
  217.                    Which converts the PNG to a NetPBM 'portable anymap', then
  218.                    converts that to a PostScript file, and finally sends that
  219.                    to the printer, using the "lpr" command.
  220.  
  221.            printcfg=yes
  222.  
  223.                    (Windows only)
  224.  
  225.                    Tux Paint will use a printer configuration file when
  226.                    printing. Push the [ALT] key while clicking the 'Print'
  227.                    button in Tux Paint to cause a Windows print dialog window
  228.                    to appear.
  229.  
  230.                    (Note: This only works when not running Tux Paint in
  231.                    fullscreen mode.) Any configuration changes made in this
  232.                    dialog will be saved to the file "userdata/print.cfg", and
  233.                    used again, as long as the "printcfg" option is set.
  234.  
  235.            simpleshapes=yes
  236.                    Disable the rotation step of the 'Shape' tool. Click, drag
  237.                    and release is all that will be needed to draw a shape.
  238.  
  239.            uppercase=yes
  240.                    All text will be rendered only in uppercase (e.g., "Brush"
  241.                    will be "BRUSH"). Useful for children who can read, but
  242.                    who have only learned uppercase letters so far.
  243.  
  244.            grab=yes
  245.  
  246.                    Tux Paint will attempt to 'grab' the mouse and keyboard,
  247.                    so that the mouse is confined to Tux Paint's window, and
  248.                    nearly all keyboard input is passed directly to it.
  249.  
  250.                    This is useful to disable operating system actions that
  251.                    could get the user out of Tux Paint [Alt]-[Tab] window
  252.                    cycling, [Ctrl]-[Escape], etc. This is especially useful
  253.                    in fullscreen mode.
  254.  
  255.            nowheelmouse=yes
  256.                    This disables support for the wheel on mice that have it.
  257.                    (Normally, the wheel will scroll the selector menu on the
  258.                    right.)
  259.  
  260.            keyboard=yes
  261.  
  262.                    This allows the keyboard arrow keys to be used to control
  263.                    the mouse pointer. (e.g., for mouseless environments.)
  264.  
  265.                    The [Arrow] keys move the mouse pointer. [Space] acts as
  266.                    the mouse button.
  267.  
  268.            nooutlines=yes
  269.  
  270.                    In this mode, much simpler outlines and 'rubber-band'
  271.                    lines are displayed when using the Lines, Shapes, Stamps
  272.                    and Eraser tools.
  273.  
  274.                    This can help when Tux Paint is run on very slow
  275.                    computers, or displayed on a remote X-Window display.
  276.  
  277.            nostamps=yes
  278.  
  279.                    This option tells Tux Paint to not load any rubber stamp
  280.                    images, which in turn ends up disabling the Stamps tool.
  281.  
  282.                    This can speed up Tux Paint when it first loads up, and
  283.                    reduce memory usage while it's running. Of course, no
  284.                    stamps will be available at all.
  285.  
  286.            savedir DIRECTORY
  287.  
  288.                    Use this option to change where Tux Paint saves pictures.
  289.                    By default, this is "~/.tuxpaint/saved/" under Linux and
  290.                    Unix, and "userdata\" under Windows.
  291.  
  292.                    This can be useful in a Windows lab, where Tux Paint is
  293.                    installed on a server, and children run it from
  294.                    workstations. You can set savedir to be a folder in their
  295.                    home directory. (e.g., "H:\tuxpaint\")
  296.  
  297.                    Note: When specifying a Windows drive (e.g., "H:\"), you
  298.                    must also specify a subdirectory.
  299.  
  300.            saveover=yes
  301.                    This disables the "Save over the old version...?" prompt
  302.                    when saving an existing file. With this option, the older
  303.                    version will always be replaced by the new version,
  304.                    automatically.
  305.  
  306.            saveover=new
  307.                    This also disables the "Save over the old version...?"
  308.                    prompt when saving an existing file. This option, however,
  309.                    will always save a new file, rather than overwrite the
  310.                    older version.
  311.  
  312.            saveover=ask
  313.  
  314.                    (This option is redundant, since this is the default.)
  315.  
  316.                    When saving an existing drawing, you will be first asked
  317.                    whether to save over the older version or not.
  318.  
  319.            lang=LANGUAGE
  320.  
  321.                    Run Tux Paint in one of the supported languages. Possible
  322.                    choice for LANGUAGE currently include:
  323.  
  324.                      +-------------------------------------------------+
  325.                      |english             |american-english  |         |
  326.                      |--------------------+------------------+---------|
  327.                      |british-english     |british           |         |
  328.                      |--------------------+------------------+---------|
  329.                      |brazilian-portuguese|portuges-brazilian|brazilian|
  330.                      |--------------------+------------------+---------|
  331.                      |catalan             |catala            |         |
  332.                      |--------------------+------------------+---------|
  333.                      |chinese             |                  |         |
  334.                      |--------------------+------------------+---------|
  335.                      |czech               |cesky             |         |
  336.                      |--------------------+------------------+---------|
  337.                      |danish              |dansk             |         |
  338.                      |--------------------+------------------+---------|
  339.                      |dutch               |                  |         |
  340.                      |--------------------+------------------+---------|
  341.                      |finnish             |suomi             |         |
  342.                      |--------------------+------------------+---------|
  343.                      |french              |francais          |         |
  344.                      |--------------------+------------------+---------|
  345.                      |german              |deutsch           |         |
  346.                      |--------------------+------------------+---------|
  347.                      |greek               |                  |         |
  348.                      |--------------------+------------------+---------|
  349.                      |hebrew              |                  |         |
  350.                      |--------------------+------------------+---------|
  351.                      |hungarian           |magyar            |         |
  352.                      |--------------------+------------------+---------|
  353.                      |icelandic           |islenska          |         |
  354.                      |--------------------+------------------+---------|
  355.                      |indonesian          |bahasa-indonesia  |         |
  356.                      |--------------------+------------------+---------|
  357.                      |italian             |italiano          |         |
  358.                      |--------------------+------------------+---------|
  359.                      |japanese            |                  |         |
  360.                      |--------------------+------------------+---------|
  361.                      |korean              |                  |         |
  362.                      |--------------------+------------------+---------|
  363.                      |lithuanian          |lietuviu          |         |
  364.                      |--------------------+------------------+---------|
  365.                      |norwegian           |nynorsk           |         |
  366.                      |--------------------+------------------+---------|
  367.                      |polish              |polski            |         |
  368.                      |--------------------+------------------+---------|
  369.                      |portuguese          |portugues         |         |
  370.                      |--------------------+------------------+---------|
  371.                      |romanian            |                  |         |
  372.                      |--------------------+------------------+---------|
  373.                      |spanish             |espanol           |         |
  374.                      |--------------------+------------------+---------|
  375.                      |slovak              |                  |         |
  376.                      |--------------------+------------------+---------|
  377.                      |swedish             |svenska           |         |
  378.                      |--------------------+------------------+---------|
  379.                      |turkish             |                  |         |
  380.                      +-------------------------------------------------+
  381.  
  382.      ----------------------------------------------------------------------
  383.  
  384.     Overriding System Config. Options using .tuxpaintrc
  385.  
  386.            If any of the above options are set in
  387.            "/etc/tuxpaint/tuxpaint.config", you can override them in your own
  388.            "~/.tuxpaintrc" file.
  389.  
  390.            For true/false options, like "noprint" and "grab", you can simply
  391.            say they equal 'no' in your "~/.tuxpaintrc" file:
  392.  
  393.              noprint=no
  394.              uppercase=no
  395.  
  396.            Or, you can use options similar to the command-line override
  397.            options described below. For example:
  398.  
  399.              print=yes
  400.              mixedcase=yes
  401.  
  402.      ----------------------------------------------------------------------
  403.  
  404.   Command-Line Options
  405.  
  406.          Options can also be issued on the command-line when you start
  407.          Tux Paint.
  408.  
  409.            --fullscreen
  410.            --800x600
  411.            --nosound
  412.            --noquit
  413.            --noprint
  414.            --printdelay=SECONDS
  415.            --printcfg
  416.            --simpleshapes
  417.            --uppercase
  418.            --grab
  419.            --keyboard
  420.            --nooutlines
  421.            --nowheelmouse
  422.            --savedir DIRECTORY
  423.            --saveover
  424.            --saveovernew
  425.            --lang LANGUAGE
  426.                    These enable or correspond to the configuration file
  427.                    options described above.
  428.  
  429.            --windowed
  430.            --640x480
  431.            --sound
  432.            --quit
  433.            --print
  434.            --printdelay=0
  435.            --noprintcfg
  436.            --complexshapes
  437.            --mixedcase
  438.            --dontgrab
  439.            --mouse
  440.            --outlines
  441.            --wheelmouse
  442.            --saveoverask
  443.                    These options can be used to override any settings made in
  444.                    the configuration file. (If the option isn't set in the
  445.                    configuration file(s), no overriding option is necessary.)
  446.  
  447.            --locale locale
  448.  
  449.                    Run Tux Paint in one of the support languages. See the
  450.                    "Choosing a Different Language" section below for the
  451.                    locale strings (e.g., "de_DE@euro" for German) to use.
  452.  
  453.                    (If your locale is already set, e.g. with the "$LANG"
  454.                    environment variable, this option is not necessary, since
  455.                    Tux Paint honors your environment's setting, if possible.)
  456.  
  457.            --nosysconfig
  458.  
  459.                    Under Linux and Unix, this prevents the system-wide
  460.                    configuration file, "/etc/tuxpaint/tuxpaint.conf", from
  461.                    being read.
  462.  
  463.                    Only your own configuration file, "~/.tuxpaintrc", if it
  464.                    exists, will be used.
  465.  
  466.      ----------------------------------------------------------------------
  467.  
  468.   Command-Line Informational Options
  469.  
  470.          The following options display some informative text on the screen.
  471.          Tux Paint doesn't actually start up and run afterwards, however.
  472.  
  473.            --version
  474.                    Display the version number and date of the copy of
  475.                    Tux Paint you are running. It also lists what, if any,
  476.                    compile-time options were set. (See INSTALL.txt and
  477.                    FAQ.txt).
  478.  
  479.            --copying
  480.                    Show brief license information about copying Tux Paint.
  481.  
  482.            --usage
  483.                    Display the list of available command-line options.
  484.  
  485.            --help
  486.                    Display brief help on using Tux Paint.
  487.  
  488.      ----------------------------------------------------------------------
  489.  
  490.   Choosing a Different Language
  491.  
  492.          Tux Paint has been translated into a number of languages. To access
  493.          the translations, you can use the "--lang" option on the
  494.          command-line to set the language (e.g. "--lang spanish") or use the
  495.          "lang=" setting in the configuration file (e.g., "lang=spanish").
  496.  
  497.          Tux Paint also honors your environment's current locale. (You can
  498.          override it on the command-line using the "--locale" option (see
  499.          above).)
  500.  
  501.          The following languages are supported:
  502.  
  503.            +--------------------------------------------------------+
  504.            |  Locale Code  |     Language      |      Language      |
  505.            |               |   (native name)   |   (English name)   |
  506.            |---------------+-------------------+--------------------|
  507.            |C              |                   |English             |
  508.            |---------------+-------------------+--------------------|
  509.            |ca_ES          |Catalan            |Catal`a             |
  510.            |---------------+-------------------+--------------------|
  511.            |cs_CZ          |Cesky              |Czech               |
  512.            |---------------+-------------------+--------------------|
  513.            |da_DK          |Dansk              |Danish              |
  514.            |---------------+-------------------+--------------------|
  515.            |de_DE@euro     |Deutsch            |German              |
  516.            |---------------+-------------------+--------------------|
  517.            |el_GR.UTF8 (*) |                   |Greek               |
  518.            |---------------+-------------------+--------------------|
  519.            |en_GB          |                   |British English     |
  520.            |---------------+-------------------+--------------------|
  521.            |es_ES@euro     |Espanol            |Spanish             |
  522.            |---------------+-------------------+--------------------|
  523.            |fi_FI@euro     |Suomi              |Finnish             |
  524.            |---------------+-------------------+--------------------|
  525.            |fr_FR@euro     |Franc,ais          |French              |
  526.            |---------------+-------------------+--------------------|
  527.            |he_IL (*)      |                   |Hebrew              |
  528.            |---------------+-------------------+--------------------|
  529.            |hu_HU          |Magyar             |Hungarian           |
  530.            |---------------+-------------------+--------------------|
  531.            |id_ID          |Bahasa Indonesia   |Indonesian          |
  532.            |---------------+-------------------+--------------------|
  533.            |is_IS          |Islenska           |Icelandic           |
  534.            |---------------+-------------------+--------------------|
  535.            |it_IT@euro     |Italiano           |Italian             |
  536.            |---------------+-------------------+--------------------|
  537.            |ja_JP.UTF-8 (*)|                   |Japanese            |
  538.            |---------------+-------------------+--------------------|
  539.            |ko_KR.UTF-8 (*)|                   |Korean              |
  540.            |---------------+-------------------+--------------------|
  541.            |lt_LT.UTF-8 (*)|Lietuviu           |Lithuanian          |
  542.            |---------------+-------------------+--------------------|
  543.            |nn_NO          |Norsk (nynorsk)    |Norwegian Nynorsk   |
  544.            |---------------+-------------------+--------------------|
  545.            |nl_NL@euro     |                   |Dutch               |
  546.            |---------------+-------------------+--------------------|
  547.            |pl_PL          |Polski             |Polish              |
  548.            |---------------+-------------------+--------------------|
  549.            |pt_BR          |Portuges Brazileiro|Brazilian Portuguese|
  550.            |---------------+-------------------+--------------------|
  551.            |pt_PT          |Portuges           |Portuguese          |
  552.            |---------------+-------------------+--------------------|
  553.            |ro_RO          |                   |Romanian            |
  554.            |---------------+-------------------+--------------------|
  555.            |sk_SK          |Slovak             |                    |
  556.            |---------------+-------------------+--------------------|
  557.            |sv_SE@euro     |Svenska            |Swedish             |
  558.            |---------------+-------------------+--------------------|
  559.            |tr_TR@euro     |                   |Turkish             |
  560.            |---------------+-------------------+--------------------|
  561.            |zh_CN          |                   |Chinese (Simplified)|
  562.            +--------------------------------------------------------+
  563.  
  564.            (*) - These languages require their own fonts, since they are not
  565.            represented using a Latin character set, like the others. See
  566.            Special Fonts, below.
  567.  
  568.     Setting Your Environment's Locale
  569.  
  570.            Changing your locale will affect much of your environment.
  571.  
  572.            As stated above, along with letting you choose the language at
  573.            runtime using command-line options ("--lang" and "--locale"),
  574.            Tux Paint honors the global locale setting in your environment.
  575.  
  576.            If you haven't already set your environment's locale, the
  577.            following will briefly explain how:
  578.  
  579.       Linux/Unix Users
  580.  
  581.              First, be sure the locale you want to use is enabled by editing
  582.              the file "/etc/locale.gen" on your system and then running the
  583.              program "locale-gen" as root.
  584.  
  585.              Note: Debian users may be able to simply run the command
  586.              "dpkg-reconfigure locales".
  587.  
  588.              Then, before running Tux Paint, set your "$LANG" environment
  589.              variable to one of the locales listed above. (If you want all
  590.              programs that can be translated to be, you may wish to place the
  591.              following in your login script; e.g. ~/.profile, ~/.bashrc,
  592.              ~/.cshrc, etc.)
  593.  
  594.              For example, in a Bourne Shell (like BASH):
  595.  
  596.                export LANG=es_ES@euro ; \
  597.                tuxpaint
  598.  
  599.              And in a C Shell (like TCSH):
  600.  
  601.                setenv LANG es_ES@euro ; \
  602.                tuxpaint
  603.  
  604.      ----------------------------------------------------------------------
  605.  
  606.       Windows Users
  607.  
  608.              Tux Paint will recognize the current locale and use the
  609.              appropriate files by default. So this section is only for people
  610.              trying different languages.
  611.  
  612.              The simplest thing to do is to use the '--lang' switch in the
  613.              shortcut (see "INSTALL.txt"). However, by using an MSDOS Prompt
  614.              window, it is also possible to issue a command like this:
  615.  
  616.                set LANG=es_ES@euro
  617.  
  618.              ...which will set the language for the lifetime of that DOS
  619.              window.
  620.  
  621.              For something more permanent, try editing your computer's
  622.              'autoexec.bat' file using Windows' "sysedit" tool:
  623.  
  624.         Windows 95/98
  625.  
  626.               1. Click on the 'Start' button, and select 'Run...'.
  627.               2. Type "sysedit" into the 'Open:' box (with or without
  628.                  quotes).
  629.               3. Click 'OK'.
  630.               4. Locate the AUTOEXEC.BAT window in the System Configuration
  631.                  Editor.
  632.               5. Add the following at the bottom of the file:
  633.  
  634.                    set LANG=es_ES@euro
  635.  
  636.               6. Close the System Configuration Editor, answering yes to save
  637.                  the changes.
  638.               7. Restart your machine.
  639.  
  640.                To affect the entire machine, and all applications, it is
  641.                possible to use the "Regional Settings" control panel:
  642.  
  643.               1. Click on the 'Start' button, and select
  644.                  'Settings | Control Panel'.
  645.               2. Double click on the "Regional Settings" globe.
  646.               3. Select a language/region from the drop down list.
  647.               4. Click 'OK'.
  648.               5. Restart your machine when prompted.
  649.  
  650.     Special Fonts
  651.  
  652.            Some languages require special fonts be installed. These font
  653.            files (which are in TrueType format (TTF)), are much too large to
  654.            include with the Tux Paint download, and are available separately.
  655.            (See the table above, under the "Choosing a Different Language"
  656.            section.)
  657.  
  658.            When running Tux Paint in a language that requires its own font,
  659.            Tux Paint will try to load the font file from its system-wide
  660.            "fonts" directory (under a "locale" subdirectory). The name of the
  661.            file corresponds to the first two letters in the 'locale' code of
  662.            the language (e.g., "ko" for Korean, "ja" for Japanese, "zh" for
  663.            Chinese).
  664.  
  665.            For example, under Linux or Unix, when Tux Paint is run in Korean
  666.            (e.g., with the option "--lang korean"), Tux Paint will attempt to
  667.            load the following font file:
  668.  
  669.              /usr/share/tuxpaint/fonts/locale/ko.ttf
  670.  
  671.            You can download fonts for supported languages from Tux Paint's
  672.            website, http://www.newbreedsoftware.com/tuxpaint/. (Look in the
  673.            'Fonts' section under 'Download.')
  674.  
  675.            Under Unix and Linux, you can use the Makefile that comes with the
  676.            font to install the font in the appropriate location.
  677.  
  678.      ----------------------------------------------------------------------
  679.  
  680. Title Screen
  681.  
  682.        When Tux Paint first loads, a title/credits screen will appear.
  683.  
  684.                                [Title Screenshot]
  685.  
  686.        Once loading is complete, press a key or click on the mouse to
  687.        continue. (Or, after about 30 seconds, the title screen will go away
  688.        automatically.)
  689.  
  690.      ----------------------------------------------------------------------
  691.  
  692. Main Screen
  693.  
  694.        The main screen is divided into the following sections:
  695.  
  696.        Left Side: Toolbar
  697.  
  698.                The toolbar contains the drawing and editing controls.
  699.  
  700. [Tools: Paint, Stamp, Lines, Shapes, Text, Magic, Undo, Redo,      Eraser, New,
  701.                             Open, Save, Print, Quit]
  702.  
  703.        Middle: Drawing Canvas
  704.  
  705.                The largest part of the screen, in the center, is the drawing
  706.                canvas. This is, obviously, where you draw!
  707.  
  708.                                    [(Canvas)]
  709.  
  710.        Right Side: Selector
  711.  
  712.                Depending on the current tool, the selector shows different
  713.                things. e.g., when the Paint Brush tool is selected, it shows
  714.                the various brushes available. When the Rubber Stamp tool is
  715.                selected, it shows the different shapes you can use.
  716.  
  717.                  [Selectors - Brushes, Letters, Shapes, Stamps]
  718.  
  719.        Lower: Colors
  720.  
  721.                A palette of available colors are shown near the bottom of the
  722.                screen.
  723.  
  724.    [Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan,      Blue,
  725.                               Purple, Brown, Grey]
  726.  
  727.        Bottom: Help Area
  728.  
  729.                At the very bottom of the screen, Tux, the Linux Penguin,
  730.                provides tips and other information while you draw.
  731.  
  732.  (For example: 'Pick a shape. Click to pick the center, drag, then      let go
  733. when it is the size you want.  Move around to rotate it, and      click to draw
  734.                                       it.)
  735.  
  736.      ----------------------------------------------------------------------
  737.  
  738. Available Tools
  739.  
  740.   Drawing Tools
  741.  
  742.          Paint (Brush)
  743.  
  744.                  The Paint Brush tool lets you draw freehand, using various
  745.                  brushes (chosen in the Selector on the right) and colors
  746.                  (chosen in the Color palette towards the bottom).
  747.  
  748.                  If you hold the mouse button down, and move the mouse, it
  749.                  will draw as you move.
  750.  
  751.                  As you draw, a sound is played. The bigger the brush, the
  752.                  lower the pitch.
  753.  
  754.      ----------------------------------------------------------------------
  755.  
  756.          Stamp (Rubber Stamp)
  757.  
  758.                  The Stamp tool is like a rubber stamp, or stickers. It lets
  759.                  you paste pre-drawn or photographic images (like a picture
  760.                  of a horse, or a tree, or the moon) in your picture.
  761.  
  762.                  As you move the mouse around, an outline follows the mouse,
  763.                  showing where the stamp will be placed.
  764.  
  765.                  Different stamps can have different sound effects.
  766.  
  767.      ----------------------------------------------------------------------
  768.  
  769.          Lines
  770.  
  771.                  This tool lets you draw straight lines using the various
  772.                  brushes and colors you normally use with the Paint Brush.
  773.  
  774.                  Click the mouse and hold it to choose the starting point of
  775.                  the line. As you move the mouse around, a thin 'rubber-band'
  776.                  line will show where the line will be drawn.
  777.  
  778.                  Let go of the mouse to complete the line. A "sproing!" sound
  779.                  will play.
  780.  
  781.      ----------------------------------------------------------------------
  782.  
  783.          Shapes
  784.  
  785.                  This tool lets you draw some simple filled, and un-filled
  786.                  shapes.
  787.  
  788.                  Select a shape from the selector on the right (circle,
  789.                  square, oval, etc.).
  790.  
  791.                  In the canvas, click the mouse and hold it to stretch the
  792.                  shape out from where you clicked. Some shapes can change
  793.                  proportion (e.g., rectangle and oval), others cannot (e.g.,
  794.                  square and circle).
  795.  
  796.                  Let go of the mouse when you're done stretching.
  797.  
  798.                       Normal Mode
  799.  
  800.                               Now you can move the mouse around the canvas to
  801.                               rotate the shape.
  802.  
  803.                               Click the mouse button again and the shape will
  804.                               be drawn in the current color.
  805.  
  806.                       Simple Shapes Mode
  807.                               If simple shapes are enabled (e.g., with the
  808.                               "--simpleshapes" option), the shape will be
  809.                               drawn on the canvas when you let go of the
  810.                               mouse button. (There's no rotation step.)
  811.  
  812.      ----------------------------------------------------------------------
  813.  
  814.          Text
  815.  
  816.                  Choose a font (from the 'Letters' available on the right)
  817.                  and a color (from the color palette near the bottom). Click
  818.                  on the screen and a cursor will appear. Type text and it
  819.                  will show up on the screen.
  820.  
  821.                  Press [Enter] or [Return] and the text will be drawn onto
  822.                  the picture and the cursor will move down one line.
  823.  
  824.                  Click elsewhere in the picture and the current line of text
  825.                  will move there, where you can continue editing.
  826.  
  827.      ----------------------------------------------------------------------
  828.  
  829.          Magic (Special Effects)
  830.  
  831.                  The 'Magic' tool is actually a set of special tools. Select
  832.                  one of the "magic" effects from the selector on the right,
  833.                  and then click and drag around the picture to apply the
  834.                  effect.
  835.  
  836.                       Rainbow
  837.                               This is similar to the paint brush, but as you
  838.                               move the mouse around, it goes through all of
  839.                               the colors in the rainbow.
  840.  
  841.                       Sparkles
  842.                               This draws glowing yellow sparkles on the
  843.                               picture.
  844.  
  845.                       Mirror
  846.                               When you click the mouse in your picture with
  847.                               the "Mirror" magic effect selected, the entire
  848.                               image will be reversed, turning it into a
  849.                               mirror image.
  850.  
  851.                       Flip
  852.                               Similar to "Mirror." Click and the entire image
  853.                               will be turned upside-down.
  854.  
  855.                       Blur
  856.                               This makes the picture fuzzy wherever you drag
  857.                               the mouse.
  858.  
  859.                       Blocks
  860.                               This makes the picture blocky looking
  861.                               ("pixelated") wherever you drag the mouse.
  862.  
  863.                       Negative
  864.                               This inverts the colors wherever you drag the
  865.                               mouse. (e.g., white becomes black, and vice
  866.                               versa.)
  867.  
  868.                       Fade
  869.                               This fades the colors wherever you drag the
  870.                               mouse. (Do it to the same spot many times, and
  871.                               it will eventually become white.)
  872.  
  873.                       Chalk
  874.                               This makes parts of the picture (where you move
  875.                               the mouse) look like a chalk drawing.
  876.  
  877.                       Drip
  878.                               This makes the paint "drip" wherever you move
  879.                               the mouse.
  880.  
  881.                       Thick
  882.                               This makes the darker colors in the picture
  883.                               become thicker wherever you drag the mouse.
  884.  
  885.                       Thin
  886.                               Similar to "Thick," except dark colors become
  887.                               thinner (light colors become thicker).
  888.  
  889.                       Fill
  890.                               This floods the picture with a color. It lets
  891.                               you quickly fill parts of the picture, as if it
  892.                               were a coloring book.
  893.  
  894.      ----------------------------------------------------------------------
  895.  
  896.          Eraser
  897.  
  898.                  This tool is similar to the Paint Brush. Wherever you click
  899.                  (or click and drag), the picture will be erased to white.
  900.  
  901.                  As you move the mouse around, a very large square outline
  902.                  follows the pointer, showing what part of the picture will
  903.                  be erased to white.
  904.  
  905.                  As you erase, a "squeaky clean" eraser/wiping sound is
  906.                  played.
  907.  
  908.      ----------------------------------------------------------------------
  909.  
  910.   Other Controls
  911.  
  912.          Undo
  913.  
  914.                  Clicking this tool will undo the last drawing action. You
  915.                  can even undo more than once!
  916.  
  917.                  Note: You can also press [Control]-[Z] on the keyboard to
  918.                  undo.
  919.  
  920.      ----------------------------------------------------------------------
  921.  
  922.          Redo
  923.  
  924.                  Clicking this tool will redo the drawing action you just
  925.                  "undid" with the 'Undo' button.
  926.  
  927.                  As long as you don't draw again, you can redo as many times
  928.                  as you had "undone!"
  929.  
  930.                  Note: You can also press [Control]-[R] on the keyboard to
  931.                  redo.
  932.  
  933.      ----------------------------------------------------------------------
  934.  
  935.          New
  936.  
  937.                  Clicking the "New" button will start a new drawing. You will
  938.                  first be asked whether you really want to do this.
  939.  
  940.                  Note: You can also press [Control]-[N] on the keyboard to
  941.                  start a new drawing.
  942.  
  943.      ----------------------------------------------------------------------
  944.  
  945.          Open
  946.  
  947.                  This shows you a list of all of the pictures you've saved.
  948.                  If there are more than can fit on the screen, use the "Up"
  949.                  and "Down" arrows at the top and bottom of the list to
  950.                  scroll through the list of pictures.
  951.  
  952.                  Click a picture to select it, then...
  953.  
  954.                       * Click the green "Open" button at the lower left of
  955.                         the list to load the selected picture.
  956.  
  957.                         (Alternatively, you can double-click a picture's icon
  958.                         to load it.)
  959.  
  960.                       * Click the brown "Erase" (trash can) button at the
  961.                         lower right of the list to erase the selected
  962.                         picture. (You will be asked to confirm.)
  963.  
  964.                       * Or click the red "Back" arrow button at the lower
  965.                         right of the list to cancel and return to the picture
  966.                         you were drawing.
  967.  
  968.                  If choose to open a picture, and your current drawing hasn't
  969.                  been saved, you will be prompted as to whether you want to
  970.                  save it or not. (See "Save," below.)
  971.  
  972.                  Note: You can also press [Control]-[O] on the keyboard to
  973.                  get the 'Open' dialog.
  974.  
  975.      ----------------------------------------------------------------------
  976.  
  977.          Save
  978.  
  979.                  This saves your current picture.
  980.  
  981.                  If you haven't saved it before, it will create a new entry
  982.                  in the list of saved images. (i.e., it will create a new
  983.                  file)
  984.  
  985.                  Note: It won't ask you anything (e.g., for a filename). It
  986.                  will simply save the picture, and play a "camera shutter"
  987.                  sound effect.
  988.  
  989.                  If you HAVE saved the picture before, or this is a picture
  990.                  you just loaded using the "Open" command, you will first be
  991.                  asked whether you want to save over the old version, or
  992.                  create a new entry (a new file).
  993.  
  994.                  (NOTE: If either the "saveover" or "saveovernew" options are
  995.                  set, it won't ask before saving over. See the "Options"
  996.                  section of this document, above.)
  997.  
  998.                  Note: You can also press [Control]-[S] on the keyboard to
  999.                  save.
  1000.  
  1001.      ----------------------------------------------------------------------
  1002.  
  1003.          Print
  1004.  
  1005.                  Click this button and your picture will be printed!
  1006.  
  1007.                       Disabling Printing
  1008.  
  1009.                               If the "noprint" option was set (either with
  1010.                               "noprint=yes" in Tux Paint's configuration
  1011.                               file, or using "--noprint" on the
  1012.                               command-line), the "Print" button will be
  1013.                               disabled.
  1014.  
  1015.                               See the "Options" section of this document,
  1016.                               above.
  1017.  
  1018.                       Restricting Printing
  1019.  
  1020.                               If the "printdelay" option was used (either
  1021.                               with "printdelay=SECONDS" in the configuration
  1022.                               file, or using "--printdelay=SECONDS" on the
  1023.                               command-line), you can only print once every
  1024.                               SECONDS seconds.
  1025.  
  1026.                               For example, with "printdelay=60", you can
  1027.                               print only once a minute.
  1028.  
  1029.                               See the "Options" section of this document,
  1030.                               above.
  1031.  
  1032.                       Printing Command
  1033.  
  1034.                               (Linux and Unix only)
  1035.  
  1036.                               The command used to print is actually a set of
  1037.                               commands that convert a PNG to a PostScript and
  1038.                               send it to the printer:
  1039.  
  1040.                                 pngtopnm | pnmtops | lpr
  1041.  
  1042.                               This command can be changed by setting the
  1043.                               "printcommand" value in Tux Paint's
  1044.                               configuration file.
  1045.  
  1046.                               See the "Options" section of this document,
  1047.                               above.
  1048.  
  1049.                       Printer Settings
  1050.  
  1051.                               (Windows only)
  1052.  
  1053.                               By default, Tux Paint simply prints to the
  1054.                               default printer with default settings when the
  1055.                               'Print' button is pushed.
  1056.  
  1057.                               However, if you hold the [ALT] key on the
  1058.                               keyboard while pushing the button, as long as
  1059.                               you're not in fullscreen mode, a Windows print
  1060.                               dialog will appear, where you can change the
  1061.                               settings.
  1062.  
  1063.                               You can have the printer configuration changes
  1064.                               stored by using the "printcfg" option, either
  1065.                               by using "--printcfg" on the command-line, or
  1066.                               "printcfg=yes" in Tux Paint's own configuration
  1067.                               file ("tuxpaint.cfg").
  1068.  
  1069.                               If the "printcfg" option is used, printer
  1070.                               settings will be loaded from the file
  1071.                               "userdata/print.cfg". Any changes will be saved
  1072.                               there as well.
  1073.  
  1074.                               See the "Options" section of this document,
  1075.                               above.
  1076.  
  1077.      ----------------------------------------------------------------------
  1078.  
  1079.          Quit
  1080.  
  1081.                  Clicking the "Quit" button, closing the Tux Paint window, or
  1082.                  pushing the "Escape" key will quit Tux Paint.
  1083.  
  1084.                  (NOTE: The "Quit" button can be disabled (e.g., with the
  1085.                  "--noquit" command-line option), but the [Escape] key will
  1086.                  still work. See the "Options" section of this document,
  1087.                  above.)
  1088.  
  1089.                  You will first be prompted as to whether you really want to
  1090.                  quit.
  1091.  
  1092.                  If you choose to quit, and you haven't saved the current
  1093.                  picture, you will first be asked if wish to save it. If it's
  1094.                  not a new image, you will then be asked if you want to save
  1095.                  over the old version, or create a new entry. (See "Save"
  1096.                  above.)
  1097.  
  1098.                  NOTE: If the image is saved, it will be reloaded
  1099.                  automatically the next time you run Tux Paint!
  1100.  
  1101.      ----------------------------------------------------------------------
  1102.  
  1103.                      Loading Other Pictures into Tux Paint
  1104.  
  1105.      Since Tux Paint's 'Open' dialog only displays pictures you created with
  1106.      Tux Paint, what if you want to load some other picture or photograph
  1107.      into Tux Paint to edit?
  1108.  
  1109.      To do so, you simply need to convert the picture into a PNG (Portable
  1110.      Network Graphic) image file, and place it in Tux Paint's "saved"
  1111.      directory. ("~/.tuxpaint/saved/" under Linux and Unix, "userdata\saved\"
  1112.      under Windows.)
  1113.  
  1114. Using 'tuxpaint-import'
  1115.  
  1116.        Linux and Unix users can use the "tuxpaint-import" shell script which
  1117.        gets installed when you install Tux Paint. It uses some NetPBM tools
  1118.        to convert the image ("anytopnm"), resize it so that it will fit in
  1119.        Tux Paint's canvas ("pnmscale"), and convert it to a PNG ("pnmtopng").
  1120.  
  1121.        It also uses the "date" command to get the current time and date,
  1122.        which is the file-naming convention Tux Paint uses for saved files.
  1123.        (Remember, you are never asked for a 'filename' when you go to Save or
  1124.        Open pictures!)
  1125.  
  1126.        To use 'tuxpaint-import', simply run the command from a command-line
  1127.        prompt and provide it the name(s) of the file(s) you wish to convert.
  1128.  
  1129.        They will be converted and placed in your Tux Paint 'saved' directory.
  1130.        (Note: If you're doing this for a different user - e.g., your child,
  1131.        you'll need to make sure to run the command under their account.)
  1132.  
  1133.        Example:
  1134.  
  1135.          $ tuxpaint-import grandma.jpg
  1136.          grandma.jpg -> /home/username/.tuxpaint/saved/20020921123456.png
  1137.          jpegtopnm: WRITING A PPM FILE
  1138.  
  1139.        The first line ("tuxpaint-import grandma.jpg") is the command to run.
  1140.        The following two lines are output from the program while it's
  1141.        working.
  1142.  
  1143.        Now you can load Tux Paint, and a version of that original picture
  1144.        will be available under the 'Open' dialog. Just double-click its icon!
  1145.  
  1146. Doing it Manually
  1147.  
  1148.        Windows users must currently do the conversion manually.
  1149.  
  1150.        Load a graphics program that is capable of both loading your picture
  1151.        and saving a PNG format file. (See the documentation file "PNG.txt"
  1152.        for a list of suggested software, and other references.)
  1153.  
  1154.        Reduce the size of the image to no wider than 448 pixels across and no
  1155.        taller than 376 pixels tall. (i.e., the maximum size is 448 x 376
  1156.        pixels)
  1157.  
  1158.        Save the picture in PNG format. It is highly recommended that you name
  1159.        the filename using the current date and time, since that's the
  1160.        convention Tux Paint uses:
  1161.  
  1162.          YYYYMMDDhhmmss.png
  1163.  
  1164.          * YYYY = Year
  1165.          * MM = Month (01-12)
  1166.          * DD = Day (01-31)
  1167.          * HH = Hour, in 24-hour format (00-23)
  1168.          * mm = Minute (00-59)
  1169.          * ss = Second (00-59)
  1170.  
  1171.        e.g.:
  1172.  
  1173.          20020921130500 - for September 21, 2002, 1:05:00pm
  1174.  
  1175.        Place this PNG file in your Tux Paint 'saved' directory. (See above.)
  1176.  
  1177.        Under Windows, this is in the "userdata" folder.
  1178.  
  1179.      ----------------------------------------------------------------------
  1180.  
  1181.                               Extending Tux Paint
  1182.  
  1183.      If you wish to add or change things like Brushes and Rubber Stamps used
  1184.      by Tux Paint, you can do it fairly easily by simply putting or removing
  1185.      files on your hard disk.
  1186.  
  1187.      Note: You'll need to restart Tux Paint for the changes to take effect.
  1188.  
  1189. Where Files Go
  1190.  
  1191.   Standard Files
  1192.  
  1193.          Tux Paint looks for its various data files in its 'data' directory.
  1194.  
  1195.     Linux and Unix
  1196.  
  1197.            Where this directory goes depends on what value was set for
  1198.            "DATA_PREFIX" when Tux Paint was built. See INSTALL.txt for
  1199.            details.
  1200.  
  1201.            By default, though, the directory is:
  1202.  
  1203.              /usr/local/share/tuxpaint/
  1204.  
  1205.            If you installed from a package, it is more likely:
  1206.  
  1207.              /usr/share/tuxpaint/
  1208.  
  1209.     Windows
  1210.  
  1211.            Tux Paint looks for a directory called 'data' in the same
  1212.            directory as the executable. This is the directory that the
  1213.            installer used when installing Tux Paint e.g.:
  1214.  
  1215.              C:\Program Files\TuxPaint\data
  1216.  
  1217.      ----------------------------------------------------------------------
  1218.  
  1219.   Personal Files
  1220.  
  1221.          You can also create brushes, stamps and fonts in your own directory
  1222.          for Tux Paint to find.
  1223.  
  1224.     Linux and Unix
  1225.  
  1226.            Your personal Tux Paint directory is "~/.tuxpaint/".
  1227.  
  1228.            That is, if your home directory is "/home/karl", then your
  1229.            Tux Paint directory is "/home/karl/.tuxpaint/".
  1230.  
  1231.            Don't forget the period (".") before the 'tuxpaint'!
  1232.  
  1233.     Windows
  1234.  
  1235.            Your personal Tux Paint directory is named "userdata" and is in
  1236.            the same directory as the executable e.g.:
  1237.  
  1238.              C:\Program Files\TuxPaint\userdata
  1239.  
  1240.          To add brushes, stamps and fonts, create subdirectories under your
  1241.          personal Tux Paint directory named "brushes", "stamps" and "fonts",
  1242.          respectively.
  1243.  
  1244.          (For example, if you created a brush named "flower.png", you would
  1245.          put it in "~/.tuxpaint/brushes/" under Linux or Unix.)
  1246.  
  1247.      ----------------------------------------------------------------------
  1248.  
  1249. Brushes
  1250.  
  1251.        The brushes used for drawing with the 'Brush' and 'Lines' tools in
  1252.        Tux Paint are simply greyscale PNG images.
  1253.  
  1254.        The alpha (transparency) of the PNG image is used to determine the
  1255.        shape of the brush, which means that the shape can be 'anti-aliased'
  1256.        and even partially-transparent!
  1257.  
  1258.        Brush images should be no wider than 40 pixels across and no taller
  1259.        than 40 pixels high. (i.e., the maximum size can be 40 x 40.)
  1260.  
  1261.        Just place them in the "brushes" directory.
  1262.  
  1263.        Note: If your new brushes all come out as solid squares or rectangles,
  1264.        it's because you forgot to use alpha transparency! See the
  1265.        documentation file "PNG.txt" for more information and tips.
  1266.  
  1267.      ----------------------------------------------------------------------
  1268.  
  1269. Stamps
  1270.  
  1271.        All stamp-related files go in the "stamps" directory. It's useful to
  1272.        create subdirectories and sub-subdirectories there to organize the
  1273.        stamps. (For example, you can have a "holidays" folder with
  1274.        "halloween" and "christmas" sub-folders.)
  1275.  
  1276.   Images
  1277.  
  1278.          Rubber Stamps in Tux Paint can be made up of a number of separate
  1279.          files. The one file that is required is, of course, the picture
  1280.          itself.
  1281.  
  1282.          The Stamps used by Tux Paint are PNG pictures. They can be
  1283.          full-color or greyscale. The alpha (transparency) of the PNG is used
  1284.          to determine the actual shape of the picture (otherwise you'll stamp
  1285.          a large rectangle on your drawings).
  1286.  
  1287.          The PNGs can be any size, but in practice, a 100 pixels wide by
  1288.          100 pixels tall (100 x 100) is quite large for Tux Paint.
  1289.  
  1290.          Note: If your new stamps all have solid rectangular-shaped outlines
  1291.          of a solid color (e.g., white or black), it's because you forgot to
  1292.          use alpha transparency! See the documentation file "PNG.txt" for
  1293.          more information and tips.
  1294.  
  1295.      ----------------------------------------------------------------------
  1296.  
  1297.   Description Text
  1298.  
  1299.          Text (".TXT") files with the same name as the PNG. (e.g.,
  1300.          "picture.png"'s description is stored in "picture.txt" in the same
  1301.          directory.)
  1302.  
  1303.          The first line of the text file will be used as the default
  1304.          description of the stamp's image.
  1305.  
  1306.     Language Support
  1307.  
  1308.            Additional lines can be added to the text file to provide
  1309.            translations of the description, to be displayed when Tux Paint is
  1310.            running in a different locale (like French or Spanish).
  1311.  
  1312.            There are three ways of placing translated descriptions in a
  1313.            stamp's ".txt" file. In each case, the beginning of the line
  1314.            should correspond to the locale code of the language in question
  1315.            (e.g., "de" for German, "fr" for French, etc.).
  1316.  
  1317.              * Lines beginning with "xx=" (where "xx" is the locale code)
  1318.                will be considered plain ASCII. That is, any special
  1319.                characters on the line will be interpreted literally.
  1320.  
  1321.                For example, "es=!Ninos!", will come out literally as
  1322.                "!Ninos!"
  1323.  
  1324.              * Lines beginning with "xx.esc=" can contain special
  1325.                'escape sequences' which allow you to create a description
  1326.                using special ASCII characters (like "a" and "th") without the
  1327.                need to figure out how to get those characters in the file
  1328.                with whatever editor you chose to use.
  1329.  
  1330.                The escape sequences are identical to those used in HTML to
  1331.                display ASCII characters 161 through 255. The sequence begins
  1332.                with a "&" (ampersand), and ends with a ";" (semicolon). See
  1333.                the documentation file "ESCAPES.txt" for a list of escapable
  1334.                characters.
  1335.  
  1336.                For example, "es.esc=¡Niños!", will come out as
  1337.                "!Ninos!"
  1338.  
  1339.                Note: As in HTML, if you want an actual ampersand ("&") in
  1340.                your description when using the "xx.esc" method, you'll need
  1341.                to escape it: "&".
  1342.  
  1343.              * Lines beginning with "xx.utf8=" can be used to use UTF-8
  1344.                encoded text for the description's translation. You'll need an
  1345.                editor capable of saving UTF-8 encoded files.
  1346.  
  1347.            If no translation is available for the language Tux Paint is
  1348.            currently running in, the default string (the first line, which is
  1349.            typically in English) is used.
  1350.  
  1351.     Windows Users
  1352.  
  1353.            Use NotePad or WordPad to edit/create these files. Be sure to save
  1354.            them as Plain Text, and make sure they have ".txt" at the end of
  1355.            the filename...
  1356.  
  1357.      ----------------------------------------------------------------------
  1358.  
  1359.   Sound Effects
  1360.  
  1361.          WAVE (".WAV") files with the same name as the PNG. (e.g.,
  1362.          "picture.png"'s sound effect is the sound "picture.wav" in the same
  1363.          directory.)
  1364.  
  1365.     Language Support
  1366.  
  1367.            For sounds for different locales (e.g., if the sound is someone
  1368.            saying a word, and you want translated versions of the word said),
  1369.            also create WAV files with the locale's label in the filename, in
  1370.            the form: "STAMP_LOCALE.wav"
  1371.  
  1372.            "picture.png"'s sound effect, when Tux Paint is run in Spanish
  1373.            mode, would be "picture_es.wav". In French mode, "picture_fr.wav".
  1374.            And so on...
  1375.  
  1376.            If no localized sound effect can be loaded, Tux Paint will attempt
  1377.            to load the 'default' sound file. (e.g., "picture.wav")
  1378.  
  1379.      ----------------------------------------------------------------------
  1380.  
  1381.   Stamp Options
  1382.  
  1383.          Aside from a graphical shape, a textual description, and a sound
  1384.          effect, stamps can also be given other attributes. To do this, you
  1385.          need to create a 'data file' for the stamp.
  1386.  
  1387.          A stamp data file is simply a text file containing the options.
  1388.  
  1389.          The file has the same name as the PNG image, but a ".dat" extension.
  1390.          (e.g., "picture.png"'s data file is the text file "picture.dat" in
  1391.          the same directory.)
  1392.  
  1393.     Colored Stamps
  1394.  
  1395.            Stamps can be made to be either "colorable" or "tintable."
  1396.  
  1397.       Colorable
  1398.  
  1399.              "Colorable" stamps they work much like brushes - you pick the
  1400.              stamp to get the shape, and then pick the color you want it to
  1401.              be. (Symbol stamps, like the mathematical and musical ones, are
  1402.              an example.)
  1403.  
  1404.              Nothing about the original image is used except the transparency
  1405.              ("alpha" channel). The color of the stamp comes out solid.
  1406.  
  1407.              Add the word "colorable" to the stamp's data file.
  1408.  
  1409.       Tinted
  1410.  
  1411.              "Tinted" stamps are similar to "colorable" ones, except the
  1412.              details of the original image are kept. (To put it technically,
  1413.              the original image is used, but its hue is changed, based on the
  1414.              currently-selected color.)
  1415.  
  1416.              Add the word "tintable" to the stamp's data file.
  1417.  
  1418.     Windows Users
  1419.  
  1420.            You can use NotePad or WordPad to create these file. Be sure to
  1421.            save it as Plain Text, and make sure the filename has ".dat" at
  1422.            the end, and not ".txt"...
  1423.  
  1424.      ----------------------------------------------------------------------
  1425.  
  1426. Fonts
  1427.  
  1428.        The fonts used by Tux Paint are TrueType Fonts (TTF).
  1429.  
  1430.        Simply place them in the "fonts" directory. Tux Paint will load the
  1431.        font and provide four different sizes in the 'Letters' selector when
  1432.        using the 'Text' tool.
  1433.  
  1434.      ----------------------------------------------------------------------
  1435.  
  1436.                                 More Information
  1437.  
  1438.      For more information, see the other documentation files that come with
  1439.      Tux Paint.
  1440.  
  1441.      If you need help, feel free to contact New Breed Software:
  1442.  
  1443.        http://www.newbreedsoftware.com/
  1444.  
  1445.      You may also wish to participate in the numerous Tux Paint mailing
  1446.      lists:
  1447.  
  1448.        http://www.newbreedsoftware.com/tuxpaint/lists/
  1449.